Week 01
September 15, 2025
The following slides are a short version of more detailed information available here
See detailed information available here
\(~~~~~~~~~~~~~~~~~~~~~~~~~~~~\)
The following black window will appear on your monitor: \(~~~~~\)
Julia runs in Two modes: Julia mode and Pkg mode
what are these modes for? Next slides
When we start Julia, by default it runs in Julia mode.
In the image below, \(\color{red}{\text{julia>}}\) indicates that we are in this mode:
In Julia mode we do computation: we write code and the computer executes it
Julia is installed and running well.
Julia mode is for doing computation, but its window is ugly and not very handy
So for computation, we will use Pluto instead.
Now, we see \(\color{blue}{\text{(@v1.11) pkg>}}\) in the black window indicating that we are in Pkg mode:
To go back to Julia mode, click on the following keyboard’s key:
See more detailed information available here
You have to tell Pluto where your notebook is located. For this, you have to: